home *** CD-ROM | disk | FTP | other *** search
/ BMUG Revelations / BMUG Revelations.toast / Utilities / Virus Checkers / Info About Viruses / Virus Encyclopedia / card_13728.txt < prev    next >
Text File  |  1990-01-29  |  2KB  |  110 lines

  1. -- card: 13728 from stack: in
  2. -- bmap block id: 14320
  3. -- flags: 0000
  4. -- background id: 13335
  5. -- name: Vaccine Dialog
  6.  
  7.  
  8. -- part 2 (field)
  9. -- low flags: 01
  10. -- high flags: 2004
  11. -- rect: left=115 top=237 right=277 bottom=400
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: Description
  20.  
  21.  
  22. -- part 3 (button)
  23. -- low flags: 00
  24. -- high flags: 2000
  25. -- rect: left=84 top=158 right=178 bottom=144
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: Granted
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   hide card field Denied
  37.   show card field Granted
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part 4 (button)
  43. -- low flags: 00
  44. -- high flags: 2000
  45. -- rect: left=374 top=154 right=182 bottom=442
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 0 / 0
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: Denied
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   hide card field Granted
  57.   show card field Denied
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 5 (field)
  63. -- low flags: 81
  64. -- high flags: 2004
  65. -- rect: left=113 top=288 right=329 bottom=399
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 0
  69. -- font id: 3
  70. -- text size: 10
  71. -- style flags: 0
  72. -- line height: 13
  73. -- part name: Granted
  74. ----- HyperTalk script -----
  75. on mouseDown
  76.   hide card field Granted
  77. end mouseDown
  78.  
  79.  
  80.  
  81. -- part 6 (field)
  82. -- low flags: 81
  83. -- high flags: 2004
  84. -- rect: left=113 top=288 right=329 bottom=399
  85. -- title width / last selected line: 0
  86. -- icon id / first selected line: 0 / 0
  87. -- text alignment: 0
  88. -- font id: 3
  89. -- text size: 10
  90. -- style flags: 0
  91. -- line height: 13
  92. -- part name: Denied
  93. ----- HyperTalk script -----
  94. on mouseDown
  95.   hide card field Denied
  96. end mouseDown
  97.  
  98.  
  99.  
  100. -- part contents for card part 2
  101. ----- text -----
  102.    This dialog shows what Vaccine would display if the nVIR virus was trying to infect your System.
  103.  
  104. -- part contents for card part 5
  105. ----- text -----
  106.    By hitting the Granted button you would let the nVIR virus infect your System!
  107.  
  108. -- part contents for card part 6
  109. ----- text -----
  110.    By hitting the Denied button you would keep the nVIR virus from infecting your System!